const github.com/refraction-networking/utls.typeCertificate
6 uses
github.com/refraction-networking/utls (current package)
common.go#L91: typeCertificate uint8 = 11
conn.go#L1099: if c.haveVers && data[0] == typeCertificate {
conn.go#L1133: case typeCertificate:
handshake_messages.go#L1442: x[0] = typeCertificate
handshake_messages.go#L1508: b.AddUint8(typeCertificate)
u_handshake_client.go#L98: rawMsg[0] = typeCertificate
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |